From 2e0dd2f9a56c3fd01ec7557346580ab0b01ab7ac Mon Sep 17 00:00:00 2001 From: Corneliu ZUZU Date: Mon, 4 Jul 2016 12:11:30 +0200 Subject: [PATCH] vm-event: MAINTAINERS fix Fix vm-event section of MAINTAINERS file: add back files x86/hvm/monitor.c, asm-x86/hvm/monitor.h, x86/monitor.c, x86/vm_event.c and sort entries alphabetically. Culprits which got MAINTAINERS out-of-sync: c/s ca63cee: "monitor: Rename hvm/event to hvm/monitor": - added x86/hvm/monitor.c & asm-x86/hvm/monitor.h w/o MAINTAINERS update c/s ec89da2: "MAINTAINERS: update monitor/vm_event covered code": - (mistakenly?) removed both x86/monitor.c & x86/vm_event.c Signed-off-by: Corneliu ZUZU Acked-by: Razvan Cojocaru Acked-by: Tamas K Lengyel --- MAINTAINERS | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index e91140f35e..65c2447c82 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -401,13 +401,17 @@ VM EVENT, MEM ACCESS and MONITOR M: Razvan Cojocaru M: Tamas K Lengyel S: Supported +F: tools/tests/xen-access +F: xen/arch/*/monitor.c +F: xen/arch/*/vm_event.c +F: xen/arch/x86/hvm/monitor.c F: xen/common/mem_access.c -F: xen/*/vm_event.c -F: xen/*/monitor.c +F: xen/common/monitor.c +F: xen/common/vm_event.c F: xen/include/*/mem_access.h F: xen/include/*/monitor.h F: xen/include/*/vm_event.h -F: tools/tests/xen-access +F: xen/include/asm-x86/hvm/monitor.h VTPM M: Daniel De Graaf -- 2.30.2